home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl2 / examples / porting / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  1.1 KB  |  33 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees, 
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.       ~opengl1/examples/mixed README
  9.  
  10.             Copyright 1991, 1992, 1993, 1994, Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.    printVisualInfo.c:  prints out the attributes of all available X Visuals 
  16.  
  17.    glXIntro.c - code from glXIntro(3) showing how to set up an X window
  18.             for OpenGL rendering using glX calls
  19.  
  20.    glxsimple.c - a simple program demonstrating OpenGL rendering in an
  21.             X window
  22.  
  23.    solar_irisgl.c - solar system with sun, planet and moon written using
  24.             pure IRIS GL
  25.  
  26.    xsolar_irisgl.c - solar system with sun, planet and moon written using
  27.             X, Motif and the IRIS GL widget
  28.  
  29.    filtered.c - xsolar_irisgl.c after running it through the toogl filter
  30.    
  31.    xsolar_opengl.c - solar system with sun, planet and moon written using
  32.             X, Motif and the OpenGL widget
  33.